Xbasic
helper::GoogleSheetCreateSheetForTable Method
Syntax
CreateSheetForTable as L(ti as sql::TableInfo)
Arguments
- tisql::TableInfo
Returns
- resultLogical
Description
The CreateSheetForTable method creates a new Google Sheet for a specified SQL table.
Discussion
This method accepts a sql::TableInfo object to define and generate a corresponding sheet in Google Sheets.
Example